home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- if (the frame < 22) and (the visible of sprite 48 = 1) then
- set the movieRate of sprite 48 to 0
- set mtime to the movieTime of sprite 48
- set the visible of sprite 48 to 0
- updateStage()
- play frame "HELP"
- updateStage()
- set the visible of sprite 48 to 1
- set the movieTime of sprite 48 to mtime
- updateStage()
- set the movieRate of sprite 48 to 1
- updateStage()
- else
- if the visible of sprite 48 = 1 then
- set the movieRate of sprite 48 to 0
- set the visible of sprite 48 to 0
- set mtime to the movieTime of sprite 48
- updateStage()
- play frame "HELP"
- updateStage()
- set the visible of sprite 48 to 1
- set the movieTime of sprite 48 to mtime
- updateStage()
- set the movieRate of sprite 48 to 1
- updateStage()
- else
- play frame "HELP"
- end if
- end if
- end
-